home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / Tutorial 3 / Tutorial3-review / sunny.css < prev   
Cascading Style Sheet File  |  2011-02-25  |  1KB  |  38 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 3
  4.    Review Assignment
  5.  
  6.    Sunny Acres Holiday Festival Style Sheet
  7.    Author: Richard Thomson
  8.    Date:   Feb 25, 2011
  9.  
  10.    Filename:         sunny.css
  11.    Supporting Files: greenbar.jpg
  12.  
  13. */
  14.  
  15.  
  16. h1        {border-bottom: solid green 2px; margin: 0px}
  17. h2, h3        {color: white; background: green; padding-left: 5px;
  18.          letter-spacing: 7px; border-top}
  19. h3        {width: 200px}
  20. body        {margin: 0px; font-family: Arial Helvetica sans-serif;
  21.          background: white url(greenbar.jpg) repeat-y left top}
  22.  
  23. address        {margin-left: 225px; font-size: 8pt; color: green; text-align: center; padding-top: 5px;
  24.          border-top: solid green 3px}
  25.  
  26. #outer        {width: 770px}
  27. #inner        {margin-left: 225px; padding-left: 10px}
  28.  
  29. #photobox    {float: right; text-align: center; font-size: 8pt; font-style: italic; 
  30.          background: rgb(255, 215, 71); margin-top: 10px; margin-left: 10px; 
  31.          margin-right: 0px; border-top: 1px solid black; border-left: 1px solid black;
  32.          border-right: 4px solid black; border-bottom: 4px solid black}
  33. #photobox img    {display: block}
  34. #links        {float: left}
  35. #links    a    {text-decoration: none; display: block; width: 180px; margin: 5px;
  36.          padding: 5px; background: rgb(255, 215, 71); border-top: 1px solid black;
  37.          border-left: 1px solid black; border-right: 3px solid black; border-bottom: 
  38.          3px solid black}}